Refactor cargo_test into an ops module
authorAlex Crichton <alex@alexcrichton.com>
Fri, 1 Aug 2014 02:33:46 +0000 (19:33 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 5 Aug 2014 17:32:33 +0000 (10:32 -0700)
commit505593aeaea364aaefece4188eb3c92c678a0b44
tree8fcdca9b8f996f693c50360af83015039867baf5
parent23bb49c80702af53a6e76f11c8749f82fe9681a3
Refactor cargo_test into an ops module

The logic for doc tests will get a little complex, so this is moved to aseparate
module instead of inside the executable.
src/bin/cargo-test.rs
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_test.rs [new file with mode: 0644]
src/cargo/ops/mod.rs